How to Install conv-tools software package in Ubuntu 17.04 (Zesty Zapus)

How to Install conv-tools software package in Ubuntu 17.04 (Zesty Zapus)

conv-tools software package provides convert 8 bit character encoding in file names and text content to UTF-8, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install conv-tools 

conv-tools is installed in your system.

Make ensure the conv-tools package were installed using the commands given below,

$ sudo dpkg-query -l | grep conv-tools *

You will get with conv-tools package name, version, architecture and description in a table

conv-tools package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Utilities
Package conv-tools
Version 20160905-1
Description convert 8 bit character encoding in file names and text content to UTF-8
Sub Section utils


See Also, How to uninstall or remove conv-tools software package from Ubuntu 17.04 (Zesty Zapus)?